|
The Connected Limited Device Configuration (CLDC) is a specification of a framework for Java ME applications describing the basic set of libraries and virtual-machine features that must be present in an implementation. The CLDC is combined with one or more profiles to give developers a platform for building applications on embedded devices with very limited resources such as pagers and mobile phones.〔CLDC Overview http://java.sun.com/javame/technology/cldc/overview.jsp〕 The CLDC was developed under the Java Community Process as JSR 30〔JSR 30, CLDC 1.0 http://www.jcp.org/en/jsr/detail?id=30〕 (CLDC 1.0) and JSR 139〔JSR 139, CLDC 1.1 http://www.jcp.org/en/jsr/detail?id=139〕 (CLDC 1.1). ==Typical requirements== CLDC is designed for devices that have limited processing power, memory, and graphical capability. Devices typically have the following features:〔 * 16-bit or 32-bit CPU with a clock speed of 16 MHz or higher * At least 160 KB ROM allocated for the CLDC libraries and virtual machine * At least 8 KB total RAM available to the Java platform * Low power consumption, often operating on battery power * Connectivity to some kind of network, often with a wireless, intermittent connection and limited bandwidth 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Connected Limited Device Configuration」の詳細全文を読む スポンサード リンク
|